home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 February / EnterCD 02_2004.iso / Gry / Arcade! Classic Arcade Pack 2.0 / Arcade.EXE / $PROGRAMFILES / Arcade! Classic Arcade Pack / pong.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2003-12-05  |  188 b   |  12 lines

  1. p2score = "0";
  2. p1score = "0";
  3. ballsize = "8";
  4. speedx = "-4";
  5. speedy = "2";
  6. gameleft = "0";
  7. gameright = "400";
  8. gametop = "12";
  9. gamebottom = "284";
  10. movespeed = "1";
  11. pause = "30";
  12.